home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Business, Office & Collaboration / VirtualBox 2.0.6 / VirtualBox-2.0.6-39760-Win_x86.msi / vboxusbmoninf < prev    next >
Windows Setup INFormation  |  2008-11-21  |  2KB  |  61 lines

  1. ;
  2. ; VBox host drivers - USB drivers - Win32 USB monitor driver
  3. ;
  4. ; Installation file
  5. ;
  6. ; Copyright (C) 2006-2007 Sun Microsystems, Inc.
  7. ;
  8. ; Sun Microsystems, Inc. confidential
  9. ; All rights reserved
  10. ;
  11.  
  12. [Version]
  13. Signature         = "$Windows NT$"
  14. Provider          = %SUN%
  15. DriverVer = 11/21/2008,2.0.6
  16. DriverPackageType = KernelService
  17. Class             = System
  18. ClassGuid         = {ce4a90b5-1d8c-435d-b349-232ce55cb17f}
  19. CatalogFile = VBoxUSBMon.cat
  20.  
  21. [Manufacturer]
  22. %SUN%=SUN
  23.  
  24. [DefaultInstall.NT]
  25. CopyFiles = VBoxUSBMonitor.CopyFiles
  26.  
  27. [VBoxUSBMonitor.CopyFiles]
  28. VBoxUSBMon.sys
  29.  
  30. [DefaultInstall.NT.Services]
  31. AddService = VBoxUSBMon, 0x00000002, VBoxUSBMon_Service_Inst
  32.  
  33. [VBoxUSBMon_Service_Inst]
  34. DisplayName    = %VBoxUSBMon.SvcDesc%
  35. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  36. ;StartType      = 3                  ; SERVICE_DEMAND_START
  37. StartType      = 1                  ; autostart to fix Vista problem
  38. ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
  39. ServiceBinary  = %12%\VBoxUSBMon.sys
  40.  
  41. [SourceDisksNames]
  42. 1 = %VBoxUSBMon.MediaDesc%
  43.  
  44. [SourceDisksFiles]
  45. VBoxUSBMon.sys = 1
  46.  
  47. [DestinationDirs]
  48. DefaultDestDir = 12    ; DIRID_DRIVERS
  49.  
  50. [Strings]
  51. SUN = "Sun Microsystems, Inc."
  52. VBoxUSBMon.SvcDesc    = "VirtualBox USB Monitor Driver"
  53. VBoxUSBMon.MediaDesc     = "VirtualBox USB Monitor Driver Disc"
  54.  
  55. ; Useful constants
  56. SERVICE_KERNEL_DRIVER = 1
  57. SERVICE_DEMAND_START  = 3
  58. SERVICE_ERROR_IGNORE  = 0
  59. REG_EXPAND_SZ         = 0x00020000
  60. REG_DWORD             = 0x00010001
  61.